Papers with cognitive science principles
Learning to Play Like Humans: A Framework for LLM Adaptation in Interactive Fiction Games (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches prioritize task-specific performance metrics over human-like comprehension of narrative context and gameplay logic. |
| Approach: | They propose a framework that guides Large Language Models to learn and play IF games systematically. |
| Outcome: | The proposed framework aligns LLMs-based agents’ behavior with narrative intent and commonsense constraints to deliver more interpretable, human-like performance. |
The Role of Deductive and Inductive Reasoning in Large Language Models (2025.acl-long)
Copied to clipboard
Chengkun Cai, Xu Zhao, Haoliang Liu, Zhongyu Jiang, Tianfang Zhang, Zongkai Wu, Jenq-Neng Hwang, Lei Li
| Challenge: | Large Language Models (LLMs) have demonstrated impressive capabilities in reasoning tasks, yet their reliability in problem-solving remains debatable. |
| Approach: | They propose a framework that integrates both deductive and inductive reasoning approaches to enhance LLM reasoning by progressively adapting its reasoning pathways based on problem complexity. |
| Outcome: | The proposed framework achieves 70.3% accuracy on AIW, compared to 62.2% for Tree of Thought, while maintaining lower computational costs. |